April 23, 2019
v3 E911 delete address
This API function allows you to remove a number/address from the E911 database
URI:
https://api.multitel.net/v3/tn911remove
Parameters:
- tn : 10 digit phone number (Example: 8886868581)
Methods:
POST
Sample successful output:
{ "status": { "code": 200, "msg": "Number removed" } }
Sample error output:
{ "status": { "code":"404", "msg":"Could not find number" } }
Other error codes:
401 - no auth (wrong authentication parameters) 403 - forbidden (your account is not allowed to run this API function) 404 - number is not in your inventory